projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c7df84
)
Revert "Simplify docs build"
author
Felix Krull
<f_krull@gmx.de>
Fri, 31 May 2019 09:58:07 +0000
(09:58 +0000)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000
(12:53 -0400)
This reverts commit
b259275dc44e071f4662aa6eb977ff8ad9c3e1af
rust-bindings/rust/.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/.gitlab-ci.yml
b/rust-bindings/rust/.gitlab-ci.yml
index 5ac135197679e878265ce02e0d13fccaaf439fc0..c4dd55ad23b18a3d9537cd6b09d328c727496571 100644
(file)
--- a/
rust-bindings/rust/.gitlab-ci.yml
+++ b/
rust-bindings/rust/.gitlab-ci.yml
@@
-64,7
+64,17
@@
docs:
- make merge-lgpl-docs
- cargo rustdoc --verbose --package ostree-sys --features dox -- ${RUSTDOC_OPTS}
- cargo rustdoc --verbose --package ostree --features dox -- ${RUSTDOC_OPTS}
+ artifacts:
+ paths:
+ - target/doc
+
+pages:
+ stage: publish
+ image: alpine
+ before_script: []
+ script:
- cp -r target/doc public
+ cache: {}
artifacts:
paths:
- public